In our Documentation(link:https://docs.agora.io/en/video-calling/develop/receive-notifications?platform=web#event-types )
eventype 107 description says:
In the communication profile, a user joins the channel. This events applies to the communication mode in RTC v3.x products only.
For the communication profile in RTC v4.x (v4.0.0 and higher versions) products,
your server receives the 103 event instead.
I think this should be updated as: "In the communication profile, a user joins the channel." and omit the
rest because even if the user is using v4.x and communication profile , he still received event type 107
and did not received 103, and also because from eventType 103 description, eventType 103 will be received if user is using live stream profile.
The same issue applies for both eventType 107 and eventType 108.
The customer received eventType 107 and is using communication profile (mode:RTC) with SDK version 4.18.0/release_20230713_01_vos_web_hotfix, and also did not receive eventType 103. Argus link: https://argus.agoralab.co/call/qoe?id=64c9055844c363723b9aca04&source=normal&rangeFromTs=1690895704&rangeToTs=1690896418&uids=10004,1000000004
In our Documentation(link:https://docs.agora.io/en/video-calling/develop/receive-notifications?platform=web#event-types ) eventype 107 description says: In the communication profile, a user joins the channel. This events applies to the communication mode in RTC v3.x products only. For the communication profile in RTC v4.x (v4.0.0 and higher versions) products, your server receives the 103 event instead.
I think this should be updated as: "In the communication profile, a user joins the channel." and omit the rest because even if the user is using v4.x and communication profile , he still received event type 107 and did not received 103, and also because from eventType 103 description, eventType 103 will be received if user is using live stream profile.
The same issue applies for both eventType 107 and eventType 108.
reference ticket: https://jira.agoralab.co/browse/CUS-35275