objective-c
objective-c copied to clipboard
Add message type support for: `publish`, `signal`, `history` and `subscribe`
feat(publish): add message type support for publish API
Add new publish parameters to specify messageType and spaceId.
feat(signal): add message type support for signal API
Add new signal parameters to specify messageType and spaceId.
feat(history): add message type support for history API
Make it possible to opt-out message type receive for stored messages and get spaceId for stored message.