Nurama Developers

rejoin_convo

Re-enter a convo as an already-active participant.

Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.

Re-enter a convo as an already-active participant. Returns a fresh Daily.co meeting token without firing "user joined" notifications. Use after a page refresh, network drop, or device switch — never as a substitute for join_convo when entering for the first time.

Input

PropertyTypeRequiredDescription
convoIdstringyesUUID of the convo.

JSON Schema

{
  "type": "object",
  "properties": {
    "convoId": {
      "type": "string",
      "description": "UUID of the convo."
    }
  },
  "required": [
    "convoId"
  ],
  "additionalProperties": false
}

On this page