-
Notifications
You must be signed in to change notification settings - Fork 219
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
Screen Sharing is not working #195
Comments
same issue |
@gurjeet734 @nitishat I have a PR that enables screenshare to work correctly: #202 |
There is branch "ScreenSharing" for temp solution. Formal solution will be provided when next SDK come out |
any solution for android please? still facing this issue and didn't found any solution |
for android, can you please try this link as audience? |
Just use the Custom SurfaceView "AgoraSurfaceView" below code is applicable in the Demo app provided by the Agora So you can simply copy and paste there in the your demo App by Agora rest you can change at your end according to your requirement:: package io.agora.api.example.examples.advanced; import android.content.Context; import androidx.annotation.NonNull; import com.yanzhenjie.permission.AndPermission; import java.io.File; import io.agora.api.example.MainApplication; import static io.agora.api.example.common.model.Examples.ADVANCED; /*This demo demonstrates how to make a one-to-one video call/
// private void joinChannel(String channelId)
// public void onUserJoined(int uid, int elapsed)
} |
You can compare the old code and new code to know the changes that has been done. |
When the Users are connected into the Channel the one user from them is not able to share the Screen. When the Share Screen Button is clicked then nothing is happening. I am using the API Example to Run Screen Sharing
The text was updated successfully, but these errors were encountered: