-
Notifications
You must be signed in to change notification settings - Fork 388
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
iOS按照一二步骤完成后,屏幕共享不成功,手机端 提示(null)屏幕直播;推流不成功; #1431
Comments
Which version of |
agora_rtc_engine: 6.1.0 it can work when id do not add this change |
Can you try the latest version to see if it works or not? |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
第一步骤:pod增加;
targets_to_weaklink=['Pods-Runner', "agora_rtc_engine"]
frameworks_to_weaklink=["AgoraAiEchoCancellationExtension", "AgoraAiNoiseSuppressionExtension", "AgoraAudioBeautyExtension", "AgoraClearVisionExtension", "AgoraContentInspectExtension", "AgoraDrmLoaderExtension", "AgoraVideoQualityAnalyzerExtension", "AgoraVideoSegmentationExtension"]
第二步骤:
APP 可以运行起来,但到了共享屏幕的时候;推流不成功;手机顶部显示的是 (null)屏幕直播;
该怎么解决这个问题呢?
The text was updated successfully, but these errors were encountered: