openvidu-browser: Stream.streamId property documentation extended
This commit is contained in:
parent
d279d569b7
commit
8174f6aa00
@ -78,7 +78,9 @@ export class Stream implements EventDispatcher {
|
||||
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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user