Video chat/Livestream links

Used to join video/voice chats in groups, and livestreams in channels. Such links are generated using phone.exportGroupCallInvite.

  • Parameters

    • options: {
          inviteHash?: string;
          isLivestream?: boolean;
          username: string;
      } & CommonDeeplinkOptions

    Returns string

Properties

Properties

parse: ((url: string) => null | {
    inviteHash?: string;
    isLivestream?: boolean;
    username: string;
})