| Package | Description |
|---|---|
| io.callstats.sdk.data |
| Modifier and Type | Method and Description |
|---|---|
CallStatsStreamType |
ConferenceStatsBuilder.getStatsType() |
CallStatsStreamType |
ConferenceStats.getStatsType() |
static CallStatsStreamType |
CallStatsStreamType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallStatsStreamType[] |
CallStatsStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConferenceStats.setStatsType(CallStatsStreamType statsType) |
ConferenceStatsBuilder |
ConferenceStatsBuilder.statsType(CallStatsStreamType statsType) |
| Constructor and Description |
|---|
StreamStats(java.lang.String fromUserID,
CallStatsStreamType type,
StreamStatsData data) |