QXmppJingleIq::RtpSessionStateMuting Struct

struct QXmppJingleIq::RtpSessionStateMuting

This struct was introduced in QXmpp 1.5.

Public Variables

QXmppJingleIq::Creator creator
bool isMute
QString name

Detailed Description

State for muting or unmuting

Member Variable Documentation

QXmppJingleIq::Creator RtpSessionStateMuting::creator

Creator of the corresponding session

bool RtpSessionStateMuting::isMute

True when temporarily not sending media to the other party but continuing to accept media from it, false for ending mute state

QString RtpSessionStateMuting::name

Session to be muted (e.g., only audio or video)