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
move client.sendEvent out of encryption manager, replace it with a method in IEncryptionManager and add the logic including client.sendEvent and the receiving into a RoomMessageTransport class.
Create a new ToDeviceMessagesTransport class and replace RoomMessageTransport -> ToDeviceMessagesTransport
The text was updated successfully, but these errors were encountered:
client.sendEvent
out of encryption manager, replace it with a method inIEncryptionManager
and add the logic includingclient.sendEvent
and the receiving into aRoomMessageTransport
class.ToDeviceMessagesTransport
class and replace RoomMessageTransport -> ToDeviceMessagesTransportThe text was updated successfully, but these errors were encountered: