| Package | Description |
|---|---|
| org.kurento.room | |
| org.kurento.room.api | |
| org.kurento.room.endpoint | |
| org.kurento.room.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRoomManager.mutePublishedMedia(MutedMediaType muteType,
String participantId) |
void |
RoomManager.mutePublishedMedia(MutedMediaType muteType,
String participantId)
Mutes the streamed media of this publisher in a selective manner.
|
void |
NotificationRoomManager.muteSubscribedMedia(String remoteName,
MutedMediaType muteType,
String participantId) |
void |
RoomManager.muteSubscribedMedia(String remoteName,
MutedMediaType muteType,
String participantId)
Mutes the incoming media stream from the remote publisher in a selective manner.
|
| Modifier and Type | Method and Description |
|---|---|
static MutedMediaType |
MutedMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutedMediaType[] |
MutedMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MutedMediaType |
MediaEndpoint.getMuteType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherEndpoint.mute(MutedMediaType muteType) |
abstract void |
MediaEndpoint.mute(MutedMediaType muteType)
Mute the media stream.
|
void |
SubscriberEndpoint.mute(MutedMediaType muteType) |
protected void |
MediaEndpoint.resolveCurrentMuteType(MutedMediaType newMuteType) |
void |
MediaEndpoint.setMuteType(MutedMediaType muteType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Participant.mutePublishedMedia(MutedMediaType muteType) |
void |
Participant.muteSubscribedMedia(Participant sender,
MutedMediaType muteType) |
Copyright © 2016 Kurento. All rights reserved.