microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 236 forks source link

Migration to .net 8 : Group call mode with participantcapacity does not support #745

Open FrozenPi opened 4 months ago

FrozenPi commented 4 months ago

We have policy recording bot handles Group call / meeting mode with participantcapacity ( ex 100) . after migration policy recoding bot solution to .net 8, we receives Call.ParticipantJoiningHandler event when multipe users join to call / meeting then we send back "AcceptJoinResponse()" but it keep re-sending Call.ParticipantJoiningHandler event mutiple times. 1-1 call or meeting works fine but issue occurs when 3 or subsequent user attempt to join to the call then Unable to join and the user will be dropped from the call after receiving Call.ParticipantJoiningHandler event retries.

Expected behavior Subsequent user is able to join to the exising call.

Graph SDK (please complete the following information):