createAnswer

suspend fun createAnswer(mediaConstraints: MediaConstraints = defaultConstraints): Result<SessionDescription>

Used to create an answer whenever there's a subscriber offer.

Return

Result wrapper of the SessionDescription for the subscriber.