HyphenateSDK
3.3.0
|
#import <EMCallManagerDelegate.h>
Instance Methods | |
(void) | - callDidReceive: |
(void) | - callDidConnect: |
(void) | - callDidAccept: |
(void) | - callDidEnd:reason:error: |
(void) | - callStateDidChange:type: |
(void) | - callNetworkDidChange:status: |
(void) | - didReceiveCallIncoming: |
(void) | - didReceiveCallConnected: |
(void) | - didReceiveCallAccepted: |
(void) | - didReceiveCallTerminated:reason:error: |
(void) | - didReceiveCallUpdated:type: |
(void) | - didReceiveCallNetworkChanged:status: |
Callbacks of real time voice/video
|
optional |
User A will receive this callback after user B accept A's call
aSession |
|
optional |
Both user A and B will receive this callback after connection is established
aSession | Session instance |
|
optional |
1.The another peer will receive this callback after user A or user B terminate the call. 2.Both user A and B will receive this callback after error occur.
aSession | Session instance |
aReason | Terminate reason |
aError | Error |
|
optional |
User B will receive this callback after user A dial user B
aSession | Session instance |
|
optional |
User A and B is on the call, A network status is not stable, A will receive the callback
aSession | Session instance |
aStatus | Current status |
|
optional |
User A and B is on the call, A pause or resume the data stream, B will receive the callback
aSession | Session instance |
aType | Type |
|
optional |
User A will receive this callback after user B accept A's call
aSession |
|
optional |
Both user A and B will receive this callback after connection is established
aSession | Session instance |
|
optional |
Delegate method invokes when receiving a incoming call. User B will receive this callback when user A calls user B.
aSession | Session instance |
|
optional |
User A and B is on the call, A network status is not stable, A will receive the callback
aSession | Session instance |
aStatus | Current status |
|
optional |
1.The another peer will receive this callback after user A or user B terminate the call. 2.Both user A and B will receive this callback after error occur.
aSession | Session instance |
aReason | Terminate reason |
aError | Error |
|
optional |
User A and B is on the call, A pause or resume the data stream, B will receive the callback
aSession | Session instance |
aType | Type |