Documentation
¶
Index ¶
Constants ¶
View Source
const ( RetryCount = 5 RetryWaitMin = 1 * time.Second RetryWaitMax = 30 * time.Second RequestTimeout = 10 * time.Second )
Configuration
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
Request describes a callback invocation.
type SignedBody ¶ added in v1.2.0
type SignedBody struct {
SignedParameters string `json:"signed_parameters" form:"signed_parameters"`
}
SignedBody contains signed parameters posted by the bbb node agent to the callback URL.
The signed_parameters attribute is a JWT.
func (*SignedBody) Encode ¶ added in v1.2.0
func (b *SignedBody) Encode() string
Encode encodes the callback request as Form-Encoded data.
func (*SignedBody) Validate ¶ added in v1.2.0
func (b *SignedBody) Validate() error
Validate checks an OnRecordingReady request
Click to show internal directories.
Click to hide internal directories.