Represents a stringee video.
| Constructors |
|---|
| StringeeVideo(StringeeClient client) |
| Methods |
|---|
|
connect(String roomToken) → result Connect room. |
|
createLocalVideoTrack(StringeeVideoTrackOptions options) → result Create local video track. |
|
release(StringeeRoom room) → result Release all your track in room. |
| StringeeVideo(StringeeClient client) |
|---|
| Represents a stringee video. |
| connect(String roomToken) → result |
|---|
| Connect room.
If success return in result['body']: - room: StringeeRoom. - videoTracks: List of StringeeVideoTrack current in room. - users: List of StringeeRoomUser current in room. |
| createLocalVideoTrack(StringeeVideoTrackOptions options) → result |
|---|
| Create local video track.
If success return StringeeVideoTrack in result['body']. |
| release(StringeeRoom room) → result |
|---|
| Release all your track in room. |