onReceiveSEIMsg method Null safety

void onReceiveSEIMsg(
  1. int userID,
  2. String seiMsg
)

Get notified when SEI information is received.

uid ID of a remote user. seiMsg SEI information

Implementation

void onReceiveSEIMsg(int userID, String seiMsg);