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
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
* | activeaudioinputchange | Event | Audio activeness of input stream(of the mixed stream) is changed. |
18
+
* | activeaudioinputchange | Event | Audio activeness of input stream(of the mixed stream) is changed. |
19
19
* | layoutchange | Event | Video's layout has been changed. It usually happens when a new video is mixed into the target mixed stream or an existing video has been removed from mixed stream. |
20
20
*
21
21
* @memberOf Owt.Conference
@@ -40,7 +40,7 @@ export class RemoteMixedStream extends StreamModule.RemoteStream {
40
40
41
41
/**
42
42
* @class ActiveAudioInputChangeEvent
43
-
* @classDesc Class ActiveInputChangeEvent represents an active audio input change event.
43
+
* @classDesc Class ActiveAudioInputChangeEvent represents an active audio input change event.
* @param {LocalStream} stream A LocalStream to be published.
177
-
* @return {Promise<Publication, Error>} A promised resolved when remote side received the certain stream. However, remote endpoint may not display this stream, or ignore it.
176
+
* @param {Owt.Base.LocalStream} stream An Owt.Base.LocalStream to be published.
177
+
* @return {Promise<Owt.Base.Publication, Error>} A promised that resolves when remote side received the certain stream. However, remote endpoint may not display this stream, or ignore it.
0 commit comments