mirror of
https://github.com/mautrix/whatsapp.git
synced 2026-09-17 00:02:05 -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")
|