Package io.rong.calllib
Interface IMediaResourceListener
-
- All Implemented Interfaces:
public interface IMediaResourceListener
观察者发布 和取消发布资源回调(callib内部使用)
-
-
Method Summary
Modifier and Type Method Description abstract void
onUiSuccess()
abstract void
onUiFailed(String reason)
-
-
Method Detail
-
onUiSuccess
abstract void onUiSuccess()
-
onUiFailed
abstract void onUiFailed(String reason)
-
-
-
-