In mesh/sfu room examples, iOS SDK examples have the room name with the prefix.
To connect iOS SDK examples with new JS SDK examples, JS SDK example's room name must add the prefix. (eg. mesh_video_{roomname})
In mesh room example, application crashes because of configurations of Info.plist
In this PR, above are fixed.
[After]
In mesh/sfu room example, iOS SDK examples and new JS SDK examples can connect completely same room name.
[Background]
mesh_video_{roomname}
)Info.plist
In this PR, above are fixed.
[After] In mesh/sfu room example, iOS SDK examples and new JS SDK examples can connect completely same room name.