A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y
M
- makeAudioSource(org.webrtc.MediaConstraints) - function in io.getstream.video.android.core.call.connection.StreamPeerConnectionFactory
- Builds an AudioSource from the factory that can be used for audio sharing.
- makeAudioTrack(org.webrtc.AudioSource,java.lang.String) - function in io.getstream.video.android.core.call.connection.StreamPeerConnectionFactory
- Builds an AudioTrack from the factory that can be used for regular video share (camera) or screen sharing.
- makePeerConnection(kotlinx.coroutines.CoroutineScope,org.webrtc.PeerConnection.RTCConfiguration,io.getstream.video.android.core.model.StreamPeerType,org.webrtc.MediaConstraints,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function2,java.lang.Integer) - function in io.getstream.video.android.core.call.connection.StreamPeerConnectionFactory
- Builds a StreamPeerConnection that wraps the WebRTC PeerConnection and exposes several helpful handlers.
- makeVideoTrack(org.webrtc.VideoSource,java.lang.String) - function in io.getstream.video.android.core.call.connection.StreamPeerConnectionFactory
- Builds a VideoTrack from the factory that can be used for regular video share (camera) or screen sharing.
- mangle(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.video.android.core.utils.MinimalSdpParser
- mangleSdpUtil(org.webrtc.SessionDescription,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.video.android.core.utils.CallClientUtilsKt
- Enabling DTX or RED requires mangling the SDP a bit
- map(java.lang.String) - function in io.getstream.video.android.core.mapper.ReactionMapper
- mapEvent(.<Error class: unknown class>) - function in io.getstream.video.android.core.call.signal.socket.RTCEventMapper
- mapState(kotlinx.coroutines.flow.StateFlow,kotlin.jvm.functions.Function1) - function in io.getstream.video.android.core.utils.StateFlowKt
- markSpeakingAsMuted() - function in io.getstream.video.android.core.CallState
- MEDIA_SOURCE - enum entry in io.getstream.video.android.core.call.stats.model.discriminator.RtcReportType
- MediaManagerImpl - class in io.getstream.video.android.core
- Wrap all the audio/video interactions This makes it easier to test our codebaseThis class knows about audio/ video.
- MediaStatsInfo - class in io.getstream.video.android.core
- MediaStatsInfo.Companion - class in io.getstream.video.android.core.MediaStatsInfo
- MediaStream - class in io.getstream.video.android.core.utils
- MediaTrack - class in io.getstream.video.android.core.model
- Member - class in io.getstream.video.android.core.model
- MemberRequest - class in org.openapitools.client.models
- memberRequestsFromIds() - function in io.getstream.video.android.core.CreateCallOptions
- MemberResponse - class in org.openapitools.client.models
- MemberState - class in io.getstream.video.android.core
- merge(io.getstream.video.android.core.model.CallUser,io.getstream.video.android.core.model.CallUser) - function in io.getstream.video.android.core.model.VideoModelKt
- Merges that into this CallUser to absorb as much data as possible from both instances.
- merge(io.getstream.video.android.core.model.CallUserState,io.getstream.video.android.core.model.CallUserState) - function in io.getstream.video.android.core.model.VideoModelKt
- Merges that into this CallUserState to absorb as much data as possible from both instances.
- merge(java.util.Map,io.getstream.video.android.core.model.CallUser) - function in io.getstream.video.android.core.model.VideoModelKt
- Merges that into this map.
- merge(java.util.Map,java.util.Map) - function in io.getstream.video.android.core.model.VideoModelKt
- Merges CallUser maps to absorb as many non-null and non-empty data from both collections.
- MicrophoneException - class in io.getstream.video.android.core.errors
- Triggered if for whatever reason we fail to access the microphone
- MicrophoneManager - class in io.getstream.video.android.core
- The Microphone manager makes it easy to use your microphone in a call
- MinimalSdpParser - class in io.getstream.video.android.core.utils
- A middle ground between a regex based approach vs a full parser
- muteAllUsers(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.video.android.core.Call
- muteAudio() - function in io.getstream.video.android.core.ParticipantState
- muteScreenshare() - function in io.getstream.video.android.core.ParticipantState
- muteUser(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.video.android.core.Call
- muteUsers(java.util.List,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.getstream.video.android.core.Call
- muteUsers(java.lang.String,java.lang.String,org.openapitools.client.models.MuteUsersRequest) - function in org.openapitools.client.apis.DefaultApi
- Mute users Mutes users in a call Required permissions: - MuteUsers Responses:
201: Successful response
400: Bad request
429: Too many requests
- MuteUsersData - class in io.getstream.video.android.core.model
- Represents the data used to request user's tracks to be muted.
- MuteUsersDataKt - class in io.getstream.video.android.core.model
- MuteUsersRequest - class in org.openapitools.client.models
- MuteUsersResponse - class in org.openapitools.client.models
- muteVideo() - function in io.getstream.video.android.core.ParticipantState