-
Notifications
You must be signed in to change notification settings - Fork 405
After upgrading from version 5.0.0 to 6.5.1, it was discovered that when a new SDK participant joins the channel, the onUserJoined callback is not triggered. #2310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dingjianjaja Could you please provide a detailed step-by-step guide for SDK integration to address the issue? |
The same issue is with me, and no audio started because of this. |
Any update on this issue? |
@arslan9380 Could you please provide a detailed step-by-step guide for SDK integration to address the issue? |
@dingjianjaja @arslan9380 I believe this issue stems from the recent SDK integration changes. Specifically, there have been modifications to several key APIs including joinChannel, setClientRole, changeAudience, and other related methods. |
`class CallingView extends StatefulWidget { CallingView(this.callModel, this.video); @OverRide class _CallPageState extends State { @OverRide @OverRide Future _handleCameraAndMic() async { Future initialize() async { Future _initAgoraRtcEngine() async {
} void _addAgoraEventHandlers() { } void showInSnackBar(String value) { @OverRide void _onSpeaker() { void _onToggleMute() { Widget _renderRemoteVideo() { void stopDialTone() { Future addCall(int uid) async { startStream() {
} playDialTone() async { |
@arslan9380 You should set clientRole to broadcaster by 'setClientRole' after initialize and before joinChannel or set 'ChannelMediaOptions.clientRoleType' with 'ClientRoleType.clientRoleBroadcaster' when joinChannel visit |
Version of the agora_rtc_engine
After upgrading from version 5.0.0 to 6.5.1, it was discovered that when a new SDK participant joins the channel, the onUserJoined callback is not triggered.
Platforms affected
Steps to reproduce
1、version 5.0.0 is ok
2、upgrading from version 5.0.0 to 6.5.1
3、it was discovered that when a new SDK participant joins the channel, the onUserJoined callback is not triggered.
Expected results
the onUserJoined callback can be triggered.
Actual results
it was discovered that when a new SDK participant joins the channel, the onUserJoined callback is not triggered.
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
[Paste your output here]
The text was updated successfully, but these errors were encountered: