onRecvSEIMsg property

(void Function(String userId, String message)?) onRecvSEIMsg
final

Receipt of SEI Message

If a user in the room uses sendSEIMsg to send an SEI message via video frames, other users in the room can receive the message through the onRecvSEIMsg callback.

  • Parameters:
    • message(String):
      • Data.
    • userId(String):
      • User ID.

Implementation

final void Function(String userId, String message)? onRecvSEIMsg;