Stringee iOS SDK provides the following classes:
StringeeClient |
---|
Represents a Stringee client, manages the client's connection. This class provides methods to connect to or disconnects from Stringee server.
|
StringeeCall |
This class provides methods to make or answer a call. It contains all the call data.
|
StringeeRoom |
This class provides methods to make or join a room chat as a video conference.
|
StringeeRoomStream |
Represents a media stream in a room.
|
StringeeRoomStreamConfig |
Defines values for StringeeRoomStream's configurations.
|
StringeeLocalVideoView |
Used to render the local video.
|
StringeeRemoteVideoView |
Used to render the remote video.
|
StringeeAudioManager |
Manages the client's audio session. This class provides methods to change the audio session's mode, category, loud speaker/headset stream.
|