createConsumerSessionWithOfferOptions method

ConsumerSession? createConsumerSessionWithOfferOptions(
  1. String producerId,
  2. JSAny offerOptions
)

Implementation

external ConsumerSession? createConsumerSessionWithOfferOptions(
  String producerId,
  JSAny offerOptions,
);