mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
16 lines
453 B
Go
16 lines
453 B
Go
package event
|
|
|
|
const SDP_REPLY = "sdp/reply"
|
|
const SDP_PROVIDE = "sdp/provide"
|
|
|
|
const CONTROL_RELEASE = "control/release"
|
|
const CONTROL_RELEASED = "control/released"
|
|
const CONTROL_REQUEST = "control/request"
|
|
const CONTROL_GIVE = "control/give"
|
|
const CONTROL_GIVEN = "control/given"
|
|
const CONTROL_LOCKED = "control/locked"
|
|
const CONTROL_REQUESTING = "control/requesting"
|
|
|
|
const IDENTITY_PROVIDE = "identity/provide"
|
|
const IDENTITY_NAME = "identity/name"
|