Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodInvite = "INVITE" MethodAck = "ACK" MethodBye = "BYE" MethodCancel = "CANCEL" StateManagerTTLInvite = 600 StateManagerTTLCall = 3600 * 6 )
Server handler specific constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Start() error
}
Interface is the interface for Server objects
Click to show internal directories.
Click to hide internal directories.