Share via


RTCFF_ Constants

The RTCFF_ constants are flags that indicate whether a session is being federated and whether that federated session is archived.

  • RTCFF_FEDERATED
    0x00000001
    The invitation is coming from another client that is federated. If this flag is absent, it means that no federation is taking place or the client is not informing other parties that it is being federated.

    **RTC 1.0, 1.01, and 1.2:  **This constant is not supported.

  • RTCFF_ARCHIVED
    0x00000002
    The invitation coming from another client is being archived. If this flag is absent, it means that the other client does not archive or does not inform other parties about archiving.

    **RTC 1.0, 1.01, and 1.2:  **This constant is not supported.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000 SP4 and later, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.

See Also

IRTCParticipant2, IRTCParticipant2::get_FederationFlag, Support for Microsoft Live Communications Server 2005