I checked out the acs code for winui 3 (which uses .net 6) and ran it and connected to a room using the communication-services-rooms-calling-hero-main (also using .net 6). Upgraded the winui 3 to .net 10 (made only minimal changes to other packages required to get it to compile) the sample would no longer connect to the room, state when to connecting and then to disconnected with a code 403 subcode 5828, I have given it every permission requested, I tried a clean build after deleting .bin and .obj folders. The only application I could get working after updating to .net 10 is the communication-services-rooms-calling-hero-main. This is a nodejs/web based application, so I'm not sure how to incorporate this in my windows application.
I checked out the acs code for winui 3 (which uses .net 6) and ran it and connected to a room using the communication-services-rooms-calling-hero-main (also using .net 6). Upgraded the winui 3 to .net 10 (made only minimal changes to other packages required to get it to compile) the sample would no longer connect to the room, state when to connecting and then to disconnected with a code 403 subcode 5828, I have given it every permission requested, I tried a clean build after deleting .bin and .obj folders. The only application I could get working after updating to .net 10 is the communication-services-rooms-calling-hero-main. This is a nodejs/web based application, so I'm not sure how to incorporate this in my windows application.