Closed bkiac closed 3 years ago
I added the types for the new message sender methods.
Is the type property intentionally optional in the sendMessageToPeer method while it's required in the message received event? I think the types should be the same, or type has a default value in the received message object?
type
sendMessageToPeer
Yes type has a default value
Thanks, in that case, I think this can be merged
I added the types for the new message sender methods.
Is the
type
property intentionally optional in thesendMessageToPeer
method while it's required in the message received event? I think the types should be the same, ortype
has a default value in the received message object?