mirror of
https://github.com/mautrix/whatsapp.git
synced 2026-08-24 21:14:55 -04:00
6 lines
168 B
Go
6 lines
168 B
Go
|
|
package voip
|
||
|
|
|
||
|
|
import "errors"
|
||
|
|
|
||
|
|
var ErrNotEnabled = errors.New("voip: MatrixRTC LiveKit bridge is not enabled")
|
||
|
|
var ErrCallNotFound = errors.New("voip: call not found")
|