Suggestions

close search

Overview

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.

@interface StringeeClient : NSObject
StringeeCall

This class provides methods to make or answer a call. It contains all the call data.

@interface StringeeCall : NSObject
StringeeRoom

This class provides methods to make or join a room chat as a video conference.

@interface StringeeRoom : NSObject
StringeeRoomStream

Represents a media stream in a room.

@interface StringeeRoomStream : NSObject
StringeeRoomStreamConfig

Defines values for StringeeRoomStream's configurations.

@interface StringeeRoomStreamConfig : NSObject
StringeeLocalVideoView

Used to render the local video.

@interface StringeeLocalVideoView : UIView
StringeeRemoteVideoView

Used to render the remote video.

@interface StringeeRemoteVideoView : UIView
StringeeAudioManager

Manages the client's audio session. This class provides methods to change the audio session's mode, category, loud speaker/headset stream.

@interface StringeeAudioManager : NSObject