Closed MatthewWid closed 1 month ago
This PR fixes an issue where, when creating a session or channel with createSession or createChannel, if no explicit type is given to the State generic it defaults to unknown rather than DefaultSessionState or DefaultChannelState, respectively.
createSession
createChannel
State
unknown
DefaultSessionState
DefaultChannelState
This PR fixes an issue where, when creating a session or channel with
createSession
orcreateChannel
, if no explicit type is given to theState
generic it defaults tounknown
rather thanDefaultSessionState
orDefaultChannelState
, respectively.