Agora-C_Sharp-SDK icon indicating copy to clipboard operation
Agora-C_Sharp-SDK copied to clipboard

110 error when screen share

Open leeyj1116yj opened this issue 2 years ago • 1 comments

Select tap "screen share" and press "join channel" and i got 110 error also got 1042 warning

The message shows "join ok" but i don't think it's joined. I think other function dosen't works either.

error api it says I need token-based authentication and i can't understand what it is.

I remember agora screen share in unity worked fine without token setting.

Any suggestion what to do?

Thank you.

leeyj1116yj avatar Jan 27 '23 08:01 leeyj1116yj

ERR_INVALID_TOKEN = 110, WARN_ADM_INCONSISTENT_AUDIO_DEVICE = 1042,

may be you should check your token is available. You can learn how to generate a token in this doc https://docs.agora.io/en/video-calling/develop/integrate-token-generation?platform=unity

xiayangqun avatar Feb 01 '23 13:02 xiayangqun