setOnConnectFail method
推流链接失败
onConnectFail
param errorCode
错误码
onConnectFail
param errorDescription
错误描述
Implementation
void setOnConnectFail(OnLivePusherError onConnectFail) {
this.onConnectFail = onConnectFail;
}
推流链接失败
onConnectFail
param errorCode
错误码
onConnectFail
param errorDescription
错误描述
void setOnConnectFail(OnLivePusherError onConnectFail) {
this.onConnectFail = onConnectFail;
}