You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, here is a question about broadcast.
According to the description of iOS Screen Sharing on Wiki, I have followed the instructions to set up the broadcast. Here are the App Groups and SampleHandler after setup:
App Groups:
Sample Handler:
Additionally, I have enabled the broadcast permission in the Room settings. I am using the following code to receive the localParticipant and remoteParticipant:
Room Initialization:
Control Screen Share Function:
Get Local Participant: [room(_ room: Room, participant: LocalParticipant, didPublishTrack publication: LocalTrackPublication)]
When I first press the screen sharing button, a prompt window like the one in the picture appears. After I press "Start Recording", the screen recording starts. However, in the function room(_ room: Room, participant: LocalParticipant, didPublishTrack publication: LocalTrackPublication), I did not receive the video track that I sent out. Also, in the function room(_ room: Room, participant: RemoteParticipant, didSubscribeTrack publication: RemoteTrackPublication), I did not receive the event of subscribing to my own video track.
Local Participant Start Recording:
Remote Participant Didn't Get Local Participant's screen share video track:
Local Participant Stop Recording:
Please help me to solve this question, thank you very much.
The text was updated successfully, but these errors were encountered:
@mokuzuu does it works after you added the RTCAppGroupIdentifier to your project?
would you mind confirm this LiveKitExample.xcodeproj is working or not on your side?
Hello, may I ask why my application encounters an error timeout when using screen sharing for re signing and distributing enterprise certificates after using a paid developer account to create a test package? However, during normal local testing, screen sharing works normally.
Hello everyone, here is a question about broadcast.
According to the description of iOS Screen Sharing on Wiki, I have followed the instructions to set up the broadcast. Here are the App Groups and SampleHandler after setup:
App Groups:
Sample Handler:
Additionally, I have enabled the broadcast permission in the Room settings. I am using the following code to receive the localParticipant and remoteParticipant:
Room Initialization:
Control Screen Share Function:
Get Local Participant: [room(_ room: Room, participant: LocalParticipant, didPublishTrack publication: LocalTrackPublication)]
Get Remote Participant: [room(_ room: Room, participant: RemoteParticipant, didSubscribeTrack publication: RemoteTrackPublication)]
When I first press the screen sharing button, a prompt window like the one in the picture appears. After I press "Start Recording", the screen recording starts. However, in the function room(_ room: Room, participant: LocalParticipant, didPublishTrack publication: LocalTrackPublication), I did not receive the video track that I sent out. Also, in the function room(_ room: Room, participant: RemoteParticipant, didSubscribeTrack publication: RemoteTrackPublication), I did not receive the event of subscribing to my own video track.
Local Participant Start Recording:
Remote Participant Didn't Get Local Participant's screen share video track:
Local Participant Stop Recording:
Please help me to solve this question, thank you very much.
The text was updated successfully, but these errors were encountered: