api: support a custom media engine

This commit is contained in:
backkem
2018-07-16 22:25:54 +02:00
committed by Sean DuBois
parent f7c5ecd57f
commit ab6910899c
10 changed files with 78 additions and 73 deletions

View File

@@ -67,7 +67,7 @@ var (
ErrModPeerIdentity = errors.New("peer identity cannot be modified")
ErrModCertificates = errors.New("certificates cannot be modified")
ErrModRtcpMuxPolicy = errors.New("rtcp mux policy cannot be modified")
ErrModIceCandidatePoolSize = errors.New("ice candidate pool size cannot be modified")
ErrModICECandidatePoolSize = errors.New("ice candidate pool size cannot be modified")
)
// InvalidModificationError indicates the object can not be modified in this way.