Represents a video track.
It's the unique identification of the video track on Stringee system.
It's the unique identification of the video track on local database.
It's user who publish this track.
Whether the track has audio:
Whether the track has video:
Whether the track is screen capture:
Whether the track is local track:
Toggle audio on or off.
Enables or disables the local stream.
Switches the device's camera. By default, Stringee SDK uses the front camera.
Release video track.
Snap shot local video track. If successful return a MemoryImage in callBack['image'].
Send audio status notification to other user in the room.
Send video status notification to other user in the room.
Set the audio output mode. If you want to use the device loudspeaker for playing audio, call the setSpeakerphoneOn(true) method. Otherwise, call the setSpeakerphoneOn(false) method to use headset speaker for playing audio.
This method is only available on Android. Set the audio output mode. If you want to use the Bluetooth device for playing audio, call the setBluetoothScoOn(true) method. Otherwise, call the setSpeakerphoneOn(false) method to return to use the previous audio device for playing audio.
This method is only available on Android. Set local stream like a mirror or not in Android.
Attach view of video track.