Context: I want to publish an event from the server using
I don't know what to use for sendParameters, specifically for the channelId. Would it work if I just pass
Can you also elaborate what the channel id is used for? I'm really curious.
Room.PublishEvent(HiveEventBase e, Actor actor, SendParameters sendParameters)
I don't know what to use for sendParameters, specifically for the channelId. Would it work if I just pass
new SendParameters()
?Can you also elaborate what the channel id is used for? I'm really curious.