You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A request for a {@link MediaLayout}. This is required to be able to request a video
237
+
* A request for a {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.medialayout | MediaLayout}. This is required to be able to request a video
238
238
* stream.
239
239
*/
240
240
exportinterfaceMediaLayoutRequest{
241
241
/**
242
-
* The {@link MediaLayout} to request.
242
+
* The {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.medialayout | MediaLayout} to request.
243
243
*/
244
244
mediaLayout: MediaLayout;
245
245
}
246
246
247
247
/**
248
-
* Required configuration for the {@link MeetMediaApiClient}.
248
+
* Required configuration for the {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.meetmediaapiclient | MeetMediaApiClient}.
Copy file name to clipboardExpand all lines: web/types/meetmediaapiclient.d.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ import {Subscribable} from './subscribable';
34
34
/**
35
35
* Interface for the MeetMediaApiClient. Takes a required configuration
36
36
* and provides a set of subscribables to the client.
37
-
* Takes a {@link MeetMediaClientRequiredConfiguration} as a constructor
37
+
* Takes a {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.meetmediaclientrequiredconfiguration | MeetMediaClientRequiredConfiguration} as a constructor
* @param communicationProtocol The communication protocol to use. If not
72
-
* provided, a default {@link MediaApiCommunicationProtocol} will be used.
72
+
* provided, a default {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.mediaapicommunicationprotocol | MediaApiCommunicationProtocol} will be used.
* Applies the given media layout requests. This is required to be able to
85
85
* request a video stream. Only accepts media layouts that have been
86
-
* created with the {@link createMediaLayout} function.
86
+
* created with the {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.meetmediaapiclient.createmedialayout | createMediaLayout} function.
87
87
* @param requests The requests to apply.
88
88
* @return A promise that resolves when the request has been accepted. NOTE:
89
89
* The promise resolving on the request does not mean the layout has been
* Creates a new media layout. Only media layouts that are created with this
97
-
* function can be applied. Otherwise, the {@link applyLayout} function will
97
+
* function can be applied. Otherwise, the {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.meetmediaapiclient.applylayout.md | applyLayout} function will
98
98
* throw an error. Once the media layout has been created, you can construct a
99
-
* request and apply it with the {@link applyLayout} function. These media
99
+
* request and apply it with the {@linkhttps://developers.google.com/meet/media-api/reference/web/media_api_web.meetmediaapiclient.applylayout.md | applyLayout} function. These media
100
100
* layout objects are meant to be reused (can be reassigned to a different
101
101
* request) but are distinct per stream (need to be created for each stream).
102
102
* @param canvasDimensions The dimensions of the canvas to render the layout
0 commit comments