Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Instance Methods | |
(void) | - rtmKit:didReceiveLinkStateEvent: |
(void) | - rtmKit:didReceiveMessageEvent: |
(void) | - rtmKit:didReceivePresenceEvent: |
(void) | - rtmKit:didReceiveLockEvent: |
(void) | - rtmKit:didReceiveStorageEvent: |
(void) | - rtmKit:didReceiveTopicEvent: |
(void) | - rtmKit:tokenPrivilegeWillExpire: |
(void) | - rtmKit:channel:connectionChangedToState:reason: |
|
optional |
Occurs when link state change
rtmKit | the AgoraRtmClientKit Object. |
event | details of link state event. |
|
optional |
Occurs when receive a message.
rtmKit | the AgoraRtmClientKit Object. |
event | details of message event. |
|
optional |
Occurs when remote user presence changed
rtmKit | the AgoraRtmClientKit Object. |
event | details of presence event. |
|
optional |
Occurs when lock state changed
rtmKit | the AgoraRtmClientKit Object. |
event | details of lock event. |
|
optional |
Occurs when receive storage event
rtmKit | the AgoraRtmClientKit Object |
event | details of storage event. |
|
optional |
Occurs when remote user join/leave topic or when user first join this channel, got snapshot of topics in this channel
rtmKit | the AgoraRtmClientKit Object. |
event | details of topic event. |
|
optional |
Occurs when token will expire in 30 seconds.
rtmKit | the AgoraRtmClientKit Object. |
channelName | The name of the channel. |
|
optional |
Occurs when the connection state changes between rtm sdk and agora service.
rtmKit | the AgoraRtmClientKit Object. |
channelName | The Name of the channel. |
state | The new connection state. |
reason | The reason for the connection state change. |