Optional teleop
teleop?: {
customStreams?: {
name: string;
rtcStreamType: RtcStreamType;
}[];
hardwareStreams?: {
name: string;
rtcStreamType: RtcStreamType;
}[];
rosStreams?: {
rtcStreamType: RtcStreamType;
topicName: string;
topicType: string;
}[];
}
Type declaration
Optional customStreams?: {
name: string;
rtcStreamType: RtcStreamType;
}[]
Optional hardwareStreams?: {
name: string;
rtcStreamType: RtcStreamType;
}[]
Optional rosStreams?: {
rtcStreamType: RtcStreamType;
topicName: string;
topicType: string;
}[]