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
We've overlooked one place when we were applying our naming convention for enum values #32.
The client types sent in the PresenceData are currently written in lowercase "subscriber", "publisher". We should change it to "SUBSCRIBER", "PUBLISHER".
We should be extra careful with this change as it will break the compatibility with older SDK versions as well as other platforms (the other platforms will start working as soon as they make this change on their sides too).
We've overlooked one place when we were applying our naming convention for enum values #32.
The client types sent in the
PresenceData
are currently written in lowercase"subscriber", "publisher"
. We should change it to"SUBSCRIBER", "PUBLISHER"
.We should be extra careful with this change as it will break the compatibility with older SDK versions as well as other platforms (the other platforms will start working as soon as they make this change on their sides too).
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: