openvidu-browser: Stream.streamId property documentation extended

pull/154/head
pabloFuente 2018-11-13 17:04:49 +01:00
parent d279d569b7
commit 8174f6aa00
1 changed files with 3 additions and 1 deletions

View File

@ -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;