Changelog
1.4.0 (2022-08-11)
- Add
metadata
argument to channelMessage
and channelOwnerMessage
methods
- Add
gne
and apiVars
options to createToken
helper method
1.3.2 (2021-06-18)
- Add
getCount
method to Channel
class
1.3.1 (2021-06-14)
1.3.0 (2021-06-14)
- Add
playbackChannelMessage
and replayChannelMessage
methods to Agent
class
- Add
playbackChannel
method to Omega
class
- Fix missing metadata in
Channel
and Vote
after joining
- [BREAKING] Rename
getSessionMetadata
method of Agent
class to getSessionMeta
- [BREAKING] Rename
setSessionMetadata
method of Agent
class to setSessionMeta
- Add
metadata
, name
and subject
attributes to Session
class
1.1.3 (2021-06-03)
- Add
offset
, subject
and subjectName
attributes to ChannelMessage
and ChannelOwnerMessage
classes
1.1.2 (2021-05-19)
- Add
appSubgroupId
, subjectName
, meta
, queryCheck
, headerCheck
, formCheck
and custom
options to createToken
helper method
1.1.1 (2021-05-12)
- Add
name
and subject
attributes to GetSessionMeta
class
- Add
name
parameter to setMeta
method of Session
class
- Add
scheme
option to Config
class
1.1.0 (2021-04-15)
- [BREAKING] Rename
getChannelMetadata
method of Agent
class to getChannelMeta
- [BREAKING] Rename
setChannelMetadata
method of Agent
class to setChannelMeta
- Add
Omega
class
1.0.2 (2021-03-29)
- Add
count
attribute to VoteCount
class
1.0.1 (2021-03-19)
- Add
expSeconds
option to createToken
helper method
1.0.0 (2021-03-19)
Back to top