You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recall that the idea was to encourage safety by using objects from Room.remoteParticipants.identity instead of allowing the arbitrary creation of Identity types.
But this can be inconvenient for some app designs, I can make it public.
I think it will be more convenient for the RoomOptions at very beginning before we can get the ids from the list. ❤️
e.g set the DataPublishOptions.destinationIdentities in the RoomOptions.
I just submit a PR for this, please let me know if it looks ok to you or I can make the change further.
Describe the bug
It's not able to create
Participant.Identity
fromString
since the constructor was conflict with Decodable.Is that any workaround to init the instance from raw string id?
Thank you very much! Any comments or suggestions are appreciated!!
The text was updated successfully, but these errors were encountered: