Class SipGrant
- Namespace
- LiveKit.Authentication
- Assembly
- LiveKit.AspNetCore.ServerSdk.Abstractions.dll
SIP grant containing permissions for SIP service interactions.
In order to interact with the SIP service, permission must be granted in the sip field of the JWT. See SIP Grant Documentation for more information.
public sealed class SipGrant
- Inheritance
-
SipGrant
- Inherited Members
Properties
Admin
Permission to manage SIP trunks and dispatch rules.
public bool? Admin { get; set; }
Property Value
- bool?
Call
Permission to make SIP calls via CreateSIPParticipant.
public bool? Call { get; set; }
Property Value
- bool?