Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.RecorderStreamInfo Class Reference

Public Member Functions

 RecorderStreamInfo (String channelId, int uid)
 
String toString ()
 

Public Attributes

int uid
 
String channelId
 

Detailed Description

The information about recorded media streams.

Member Data Documentation

◆ uid

int io.agora.rtc2.RecorderStreamInfo.uid

The user ID. A 32-bit unsigned integer with a value ranging from 1 to (2^32-1)

◆ channelId

String io.agora.rtc2.RecorderStreamInfo.channelId

The channel ID of the audio/video stream needs to be recorded. The string length must be less than 64 bytes. Supported character scopes are:

  • All lowercase English letters: a to z.
  • All uppercase English letters: A to Z.
  • All numeric characters: 0 to 9.
  • The space character.
  • Punctuation characters and other symbols, including: "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", " {", "}", "|", "~", ",".