Agora Java API Reference for Android
|
Public Member Functions | |
virtual void | onLocalDataChannelPublished (agora_refptr< ILocalDataChannel > channel) |
virtual void | onRemoteDataChannelSubscribed (agora_refptr< IRemoteDataChannel > channel) |
virtual void | onRemoteDataChannelUnsubscribed (agora_refptr< IRemoteDataChannel > channel) |
virtual void | onRemoteDataPacketReceived (const UserDataChannelInfo &info, util::AString packet) |
virtual void | onRemoteDataChannelInfoUpdated (const UserDataChannelInfo *modified_infos, size_t modified_infos_size, const UserDataChannelInfo *deleted_infos, size_t deleted_infos_size) |
|
virtual |
Occurs when the channe is ready to send the data packet.
channel | the published channel. |
|
virtual |
Occurs when the the channe is added and ready to receive data packet.
channel | the remote channel pointer. |
|
virtual |
Occurs when the the channe is removed.
channel | the remote channel pointer. |
|
virtual |
Occurs when the packet is received.
info | the channel Info. |
packet | the received packet. |
|
virtual |
Occurs when the remote data channel info updated.
modified_infos | the modifed channel Infos, add or update. |
modified_infos_size | the size of modifed channel Infos . |
deleted_infos | the deleted channel Infos. |
deleted_infos_size | the size of deleted channel Infos . |