onPublishStateUpdate method

void onPublishStateUpdate(
  1. int code
)

发布资源状态变更的通知,调用 startPublishing 之后会触发该方法回调,发布资源状态的变更会通过该方法进行通知 @param code 状态码

Implementation

void onPublishStateUpdate(int code) {}