mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
member events -> session events.
This commit is contained in:
@ -8,10 +8,10 @@ export const SIGNAL_PROVIDE = 'signal/provide'
|
||||
export const SIGNAL_CANDIDATE = 'signal/candidate'
|
||||
export const SIGNAL_VIDEO = 'signal/video'
|
||||
|
||||
export const MEMBER_CREATED = 'member/created'
|
||||
export const MEMBER_DELETED = 'member/deleted'
|
||||
export const MEMBER_PROFILE = 'member/profile'
|
||||
export const MEMBER_STATE = 'member/state'
|
||||
export const SESSION_CREATED = 'session/created'
|
||||
export const SESSION_DELETED = 'session/deleted'
|
||||
export const SESSION_PROFILE = 'session/profile'
|
||||
export const SESSION_STATE = 'session/state'
|
||||
|
||||
export const CONTROL_HOST = 'control/host'
|
||||
export const CONTROL_RELEASE = 'control/release'
|
||||
|
Reference in New Issue
Block a user