Documentation - v1.2.0-alpha.10
    Preparing search index...

    Provides utility methods for interacting with Microsoft Teams-specific features. This class includes methods for retrieving team details, meeting information, sending messages, and managing operations within the Teams environment.

    Index

    Constructors

    Methods

    • Gets the meeting participant information.

      Parameters

      • context: TurnContext

        The turn context.

      • OptionalmeetingId: string

        The meeting ID.

      • OptionalparticipantId: string

        The participant ID.

      • OptionaltenantId: string

        The tenant ID.

      Returns Promise<
          TeamsMeetingParticipant<
              TurnState<DefaultConversationState, DefaultUserState>,
          >,
      >

      • The meeting participant information.