mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Stream.streamId property documentation extended
parent
d279d569b7
commit
8174f6aa00
|
@ -78,7 +78,9 @@ export class Stream implements EventDispatcher {
|
||||||
audioActive: boolean;
|
audioActive: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unique identifier of the stream
|
* Unique identifier of the stream. If the stream belongs to a...
|
||||||
|
* - Subscriber object: property `streamId` is always defined
|
||||||
|
* - Publisher object: property `streamId` is only defined after successful execution of [[Session.publish]]
|
||||||
*/
|
*/
|
||||||
streamId: string;
|
streamId: string;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue