|
HyphenateSDK
3.1.4
|
#import <EMCallManagerDelegate.h>
Instance Methods | |
| (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 |
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 |
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 |
1.8.11