Bug fix!!!
This commit is contained in:
@@ -235,7 +235,7 @@ class JitsiTokenRequest(BaseModel):
|
|||||||
# Clearly separated override categories
|
# Clearly separated override categories
|
||||||
features: Optional[Dict[str, bool]] = Field(None, description="Feature flags like recording, livestreaming.")
|
features: Optional[Dict[str, bool]] = Field(None, description="Feature flags like recording, livestreaming.")
|
||||||
settings: Optional[Dict[str, bool]] = Field(None, description="User profile settings like startMuted, reactionsMuted.")
|
settings: Optional[Dict[str, bool]] = Field(None, description="User profile settings like startMuted, reactionsMuted.")
|
||||||
config: Optional[Dict[str, any]] = Field(None, description="Overrides for config.js properties.")
|
config: Optional[Dict] = Field(None, description="Overrides for config.js properties.")
|
||||||
|
|
||||||
# A simple endpoint to generate the Jitsi-specific JWT
|
# A simple endpoint to generate the Jitsi-specific JWT
|
||||||
@router.post("/jitsi_token")
|
@router.post("/jitsi_token")
|
||||||
|
|||||||
Reference in New Issue
Block a user