Versions in this module Expand all Collapse all v1 v1.0.0 Jul 4, 2018 Changes in this version + type Context struct + func CreateContext(masterKey, masterSalt []byte, profile string, ssrc uint32) (c *Context, err error) + func (c *Context) DecryptPacket(packet *rtp.Packet) bool + func (c *Context) EncryptPacket(packet *rtp.Packet) bool