onReceiveSEIMsg abstract method

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

收到sei 信息

uid 远端用户ID. seiMsg SEI 信息

Implementation

void onReceiveSEIMsg(int userID, String seiMsg);