onUserBinaryMessageReceivedOutsideRoom method
@detail callback @author hanchenchen.c @brief 收到房间外用户调用 sendUserBinaryMessageOutsideRoom{@link #RTCEngine#sendUserBinaryMessageOutsideRoom} 发来的二进制消息时,会收到此回调。 @param msgid 消息编号。 @param uid 消息发送者 ID。 @param message 收到的二进制消息内容。
Implementation
FutureOr<void> onUserBinaryMessageReceivedOutsideRoom(
long msgid, String uid, Uint8List message) async {}