onUpdateMediaNotificationPlaybackState
open suspend fun onUpdateMediaNotificationPlaybackState(builder: PlaybackStateCompat.Builder, call: Call, callDisplayName: String? = null): PlaybackStateCompat.Builder
Intercept the media notification playback state builder and modify it before it is posted for updating.
Parameters
builder
The media playback state builder.
call
The Stream call object.
callDisplayName
The name of the caller to display in the notification.